home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILE_CHG / PAR.ZIP / EXAMPLE6.INF < prev    next >
Encoding:
Text File  |  1994-02-27  |  832 b   |  16 lines

  1. ===============================================================================
  2. ==========================                         ============================
  3. ==========================       EXAMPLE # 6       ============================
  4. ==========================                         ============================
  5. ===============================================================================
  6.  
  7. THE INPUT FILE:  List of applicants at a hiring agency.  This file is a fixed-
  8.                  length (non-text) file, so there are no carriage returns or
  9.                  line feeds.  Each record is 123 characters wide.
  10.  
  11. WHAT WE WANT:    Convert the file to comma-delimited format.
  12.  
  13. HOW WE DO IT:    (1) We use the CHOP command to break up fixed-length records.
  14.                  (2) We use TRIM to remove spaces.
  15.  
  16.